| This is all still a bit hacky...

| These are used by nethack at various points (Well, I *think* they're used...)
Set NetHack$Dir <Obey$Dir>
Set NetHack$Playground <Obey$Dir>
| This may clash with other programs, e.g. UnixHome. In which case you can
| merge the termcap file with the one in UnixHome and comment out this line
Set UnixFS$/etc <Obey$Dir>
| This version of nethack is hardwired to use the acorn15 termcap by default
Unset TERM
| Change to mode 15 then
echo <22><15>
| This may mess with a few other unix progs as well. If it does, just comment
| it out (as long as you never run nethack with it unset)
Set Unix$uid 0
| Just in case something is relative to the current dir
dir <Obey$Dir>
| Set some game options (I really should have got the options files working)
Set NETHACKOPTIONS color,number_pad,time
| Claim some RAM. I haven't playtested so much, so you may need to increase
| these values
wimpslot -min 4096k -max 4096K
| Launch the game!
nethack